[@main]
Hello <$USERNAME>, my name is Father John, i am the priest of\
<$SERVERNAME>. Would you like to get married? or maybe a divorced?\
What would you like to do?\ \
 <Marriage/@marry>\
 <Divorce/@unmarry>\
 <Exit/@exit>

[@marry]
Do you have a wedding ring? you cant get married without\
one. Are you sure you want to get Married?\ \
 <Yes/@agree>\
 <No Thanks/@exit>\ \ \
 <Back/@main>

[@agree]
#if
checkmarry
#act 
break
#say
You are already down on the records as being married...\
I hope your not trying to commit bigamy.\ \
 <Back/@main>\
#if
checkposemarry
#say
Your partner is already married.\ \
 <Back/@main>\
#act
break
#if
gender man
#elsesay
Im sorry, i only preform male to female marriages.\ \
 <Back/@main>\
#elseact
break
#if
checkposegender Male
#say
Im sorry, i only preform male to female marriages.\ \
 <Back/@main>\
#act
break
#if
checkposedir 2
#elsesay
Please face your partner.\ \
 <Back/@main>\
#elseact
break
#if
checklevel 15
#elsesay
Im sorry, Its illegal to get married at your level.\
Come see me again once your Level 15\ \
 <Back/@main>\
#elseact
break
#if
checkposelevel > 15
#elsesay
Im Sorry, Your partner must be Atleast Level 15.\ \
 <Back/@main>\
#elseact
break
#if 
checkitem WeddingRing 1
#elsesay
How do you expect to get married without a wedding ring?\ \
 <Back/@main>\
#elseact
break
#if
#act
take WeddingRing 1
marry

[@StartMarry]
#if
checkmarry
#say
You are already down on the records as being married...\
I hope your not trying to commit bigamy.\ \
 <Back/@main>\
#act
break
#if
gender man
#act
break
#say
We can now start the Wedding Ceremony.\ \
Do you take this woman to be your lawfully wedded wife?\ \
 <I Do/@RequestMarry>\
 <No Thanks/@exit>\
#if
gender
#act
break
#say
We can now start the Wedding Ceremony.\ \
Please wait for your partner to propose....\ \
[@RequestMarry]
#if
checkmarry
#act
break
#say
You are already down on the records as being married...\
I hope your not trying to commit biggany.\ \
 <Back/@main>\
#if
#act
marry requestmarry

[@WateMarry]
You have proposed to your Partner\
Please Wait for there Answer...\

[@RevMarry]
#if
checkmarry
#act
break
#say
You are already down on the records as being married...\
I hope your not trying to commit biggany.\ \
 <Back/@main>\
#if
#say
Your Partner has Proposed to you!\
Do you wish to Marry Him?\ \
 <I Do/@ResposeMarry>\
 <No Thanks/@ResposeMarryFail>\

[@ResposeMarry]
#if
checkmarry
#act
break
#say
You are already down on the records as being married...\
I hope your not trying to commit biggany.\ \\ \
 <Back/@main>\
#if
#act
marry responsemarry ok

[@ResposeMarryFail]
#if
checkmarry
#act
break
#say
You are already down on the records as being married...\
I hope your not trying to commit biggany.\ \
 <Back/@main>\
#if
#act
marry responsemarry fail

[@EndMarry]
Sorry you did not get married.\ \
 <Exit/@exit>\

[@EndMarryFail]
There has been a few problems and we have had to cancel the\
wedding.\ \
 <Exit/@exit>\

[@MarryDirErr]
Your partner is not facing you.\

[@MarryCheckDir]
Can you please face your partner.\

[@HumanTypeErr]
There has been a few problems and we have had to cancel the\
wedding.\ \

[@MarrySexErr]
There has been a few problems and we have had to cancel the\
wedding.\ \

[@unmarry]
#if
checkmarry
#act
unmarry
#elsesay
You are not Married!\ \
 <Back/@main>\

[@UnMarryCheckDir]
You must stand face to face with your partner!\
If your partner couldnt come, you can forcefully get a divorce\
 <Forcefully/@fUnMarry> Divorce\
 <Back/@main>\

[@UnMarryTypeErr]
There has been a few problems and we have had to cancel the\
wedding.\ \
 <Back/@main>\

[@StartUnMarry]
#if
gender man
#act
BREAK
#say
Are you Sure you want to get a Divorce?\ \
 <Yes/@RequestUnMarry>\
 <No Thanks/@exit>\
#if
gender
#say
Your Husband requests a Divorce!\
Do you also wish for a Divorce?\ \
 <Yes/@RequestUnMarry>\
 <No/@exit>\
#act
break

[@RequestUnMarry]
#if
checkmarry
#act
unmarry requestunmarry

[@ResposeUnMarry]
#if
checkmarry
#act
unmarry responseunmarry

[@WateUnMarry]
You have sent out the divorce request to your Partner\
Please wait for Her response...\

[@RevUnMarry]
Your Partner has Requested a Divorce!\
Do you also Wish for a Divorce?\ \
 <Yes/@RequestUnMarry>\
 <No/@exit>\

[@ExeMarryFail]
You are already down on the records as being married...\
I hope your not trying to commit biggany.\ \
 <Back/@main>\

[@fUnMarry]
#if
checkgold 100000
checkmarry
#act
take gold 100000
unmarry requestunmarry force
#elsesay
You dont seem to have 100,000 Gold!\
Come Back when you do and I'll Grant your Divorce!\ \
 <Exit/@exit>\

[@UnMarryEnd]
Your Divorce has Been Granted!!!\ \
 <Exit/@exit>\

[@asktime]
You've only just got Married!\
Wait awhile and come see me again if you still wish to Divorce!\
 <Exit/@exit>\

